... to avoid a bad interaction that led to spurious runpath entries in
binaries linked against VDB.
and fix_bm_for_gcc15, all incorporated upstream.
* debian/patches/system_mbedtls_only: Drop code changes (incorporated
upstream) and port Makefile.connssl.lib's changes.
+ * debian/rules: Explicitly supply VDB_LIBDIR to configure to avoid a bad
+ interaction that led to spurious runpath entries in binaries linked
+ against VDB.
- -- Aaron M. Ucko <ucko@debian.org> Sat, 27 Sep 2025 21:19:21 -0400
+ -- Aaron M. Ucko <ucko@debian.org> Sat, 27 Sep 2025 22:23:32 -0400
ncbi-blast+ (2.16.0+ds-7) unstable; urgency=medium
VDB_SUBTREES=os/$(DEB_HOST_ARCH_OS) os/unix cc/gcc/$(DEB_HOST_GNU_CPU) cc/gcc
VDB_INC=-I/usr/include/ncbi-vdb
VDB_INCLUDE=$(VDB_INC) $(VDB_SUBTREES:%=$(VDB_INC)/%)
- DEB_CONFIGURE_COMMON_FLAGS += --with-vdb=/usr VDB_INCLUDE="$(VDB_INCLUDE)"
+ DEB_CONFIGURE_COMMON_FLAGS += --with-vdb=/usr VDB_INCLUDE="$(VDB_INCLUDE)" \
+ VDB_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
else
DEB_CONFIGURE_COMMON_FLAGS += --without-downloaded-vdb
endif